+Mon Aug 27 14:18:12 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
+ of typos in compat macros. (#59624, Skip Montaro)
+
Sun Aug 26 20:00:00 2001 Owen Taylor <otaylor@redhat.com>
* configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
+Mon Aug 27 14:18:12 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
+ of typos in compat macros. (#59624, Skip Montaro)
+
Sun Aug 26 20:00:00 2001 Owen Taylor <otaylor@redhat.com>
* configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
+Mon Aug 27 14:18:12 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
+ of typos in compat macros. (#59624, Skip Montaro)
+
Sun Aug 26 20:00:00 2001 Owen Taylor <otaylor@redhat.com>
* configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
+Mon Aug 27 14:18:12 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
+ of typos in compat macros. (#59624, Skip Montaro)
+
Sun Aug 26 20:00:00 2001 Owen Taylor <otaylor@redhat.com>
* configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
+Mon Aug 27 14:18:12 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
+ of typos in compat macros. (#59624, Skip Montaro)
+
Sun Aug 26 20:00:00 2001 Owen Taylor <otaylor@redhat.com>
* configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
+Mon Aug 27 14:18:12 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
+ of typos in compat macros. (#59624, Skip Montaro)
+
Sun Aug 26 20:00:00 2001 Owen Taylor <otaylor@redhat.com>
* configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
+Mon Aug 27 14:18:12 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
+ of typos in compat macros. (#59624, Skip Montaro)
+
Sun Aug 26 20:00:00 2001 Owen Taylor <otaylor@redhat.com>
* configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
#ifndef GTK_DISABLE_DEPRECATED
#define gtk_menu_bar_append(menu,child) gtk_menu_shell_append ((GtkMenuShell *)(menu),(child))
-#define gtk_menu_bar_prepend(menu_child) gtk_menu_shell_prepend ((GtkMenuShell *)(menu),(child))
-#define gtk_menu_bar_insert(menu,child,pos) gtk_menu_shell_prepend ((GtkMenuShell *)(menu),(child),(pos))
+#define gtk_menu_bar_prepend(menu,child) gtk_menu_shell_prepend ((GtkMenuShell *)(menu),(child))
+#define gtk_menu_bar_insert(menu,child,pos) gtk_menu_shell_insert ((GtkMenuShell *)(menu),(child),(pos))
#endif /* GTK_DISABLE_DEPRECATED */
#ifdef __cplusplus